home *** CD-ROM | disk | FTP | other *** search
/ Aminet 41 / Aminet 41 (2001)(Schatztruhe)[!][Feb 2001].iso / Aminet / game / role / oangband.lha / Oangband050b / help / bigscreen.txt < prev    next >
Text File  |  2000-10-26  |  2KB  |  45 lines

  1.  
  2. ====================== Using a Larger Display (Bigscreen) ======================
  3.  
  4. This version of Oangband supports Tom Morton's bigscreen patch, which
  5. allows you to have a terminal larger than 80x24.  This allows you to
  6. see more of the dungeon map.  The minimum terminal size is 80 columns
  7. (x, width) by 24 rows (y, height).  The maximum size on a supported 
  8. system is at least 200 columns (x) by 68 rows (y).
  9.  
  10. In Oangband, the Bigscreen patch does not provide any in game
  11. advantages.  It is purely an interface improvement and is recommended.
  12.  
  13. To change the terminal size...
  14.  
  15. On MS Windows:
  16. Change the NumCols and NumRows entries in the ANGBAND.INI file.
  17. NumCols must be greater or equal to 80. NumRows must be greater or
  18. equal to 24.
  19.  
  20. On a LINUX/UNIX system using x-windows:
  21. Pass "-y<number of rows>" and "-x<number of cols>" options on the command 
  22. line.  If that does not work, try also including "-mx11" on the command
  23. line.  If that still does not work, Oangband has not been compiled with
  24. proper support for the bigscreen patch.
  25.  
  26. On a LINUX/UNIX system using curses:
  27. Pass "-y<number of rows>" and "-x<number of cols>" options on the command 
  28. line.  If that does not work, try also including "-mgcu" on the command
  29. line.  If that still does not work, Oangband has not been compiled with
  30. proper support for the bigscreen patch.
  31. Note: You must make sure that they curses screen you are using is of at
  32. least the specified dimensions.
  33.  
  34. On DOS:
  35. Pass "-y<number of rows>" and "-x<number of cols>" options on the command 
  36. line.  If that does not work, try also including "-mibm" on the command
  37. line.  If that still does not work, Oangband has not been compiled with
  38. proper support for the bigscreen patch.
  39.  
  40. On other systems:
  41. Bigscreen is not supported.
  42.  
  43. Tim Baker and Bahman Rabii
  44.  
  45.